arm/mem_access: Add short-descriptor pte typedefs and macros
authorSergej Proskurin <proskurin@sec.in.tum.de>
Wed, 16 Aug 2017 13:17:35 +0000 (15:17 +0200)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 18 Aug 2017 17:27:25 +0000 (10:27 -0700)
commit9d520d171c64940ee8a42d894697ce88ca1679b5
treec87e63a608a660a080872b9862cc395fb7c897e0
parentd33d5bcabf87744b9b39a9f97231acf1c6956849
arm/mem_access: Add short-descriptor pte typedefs and macros

The current implementation does not provide appropriate types for
short-descriptor translation table entries. As such, this commit adds new
types, which simplify managing the respective translation table entries.

Signed-off-by: Sergej Proskurin <proskurin@sec.in.tum.de>
Acked-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/short-desc.h [new file with mode: 0644]